From 27b24bb68f859f4115175c109dc89c091b468408 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 4 Dec 2015 13:13:38 -0500 Subject: [PATCH] Add a css name to GtkShortcutsShortcut This will be useful for tweaking the gesture image details, among other things. --- gtk/gtkshortcutsshortcut.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkshortcutsshortcut.c b/gtk/gtkshortcutsshortcut.c index af5515dce7..967a536ad7 100644 --- a/gtk/gtkshortcutsshortcut.c +++ b/gtk/gtkshortcutsshortcut.c @@ -610,6 +610,7 @@ gtk_shortcuts_shortcut_class_init (GtkShortcutsShortcutClass *klass) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY)); g_object_class_install_properties (object_class, LAST_PROP, properties); + gtk_widget_class_set_css_name (widget_class, "shortcut"); } static void -- 2.30.2